3 avatar="http://cdn.libravatar.org/avatar/05fd8b33af7183342153e8013aa3713d"
4 subject="restage.log was empty indeed"
5 date="2022-10-01T05:14:17Z"
7 Just for completeness sake:
10 K:\Reflect-varmistukset\Jarkon ThinkPad T450s (Win10 v21H1) . B [adjusted/master(unlocked)]> git-annex version --raw
11 10.20220927-g26dea5641
12 K:\Reflect-varmistukset\Jarkon ThinkPad T450s (Win10 v21H1) . B [adjusted/master(unlocked)]> git annex drop --force 79698DAC29A079D3-06-06.mrimg
13 drop 79698DAC29A079D3-06-06.mrimg ok
14 (recording state in git...)
16 git status will show some files to be modified, since content availability has changed and git-annex was unable to update the index. This is only a cosmetic problem affecting git status; git add, git commit, etc won't be affected. To fix the git status display, you can run: git-annex restage
17 K:\Reflect-varmistukset\Jarkon ThinkPad T450s (Win10 v21H1) . B [adjusted/master(unlocked)]> ls ..\.git\annex\restage.log
19 Directory: K:\Reflect-varmistukset\.git\annex
21 Mode LastWriteTime Length Name
22 ---- ------------- ------ ----
23 -a--- 1.10.2022 7:47 0 restage.log
25 K:\Reflect-varmistukset\Jarkon ThinkPad T450s (Win10 v21H1) . B [adjusted/master(unlocked)]> time git annex get 79698DAC29A079D3-06-06.mrimg
26 get 79698DAC29A079D3-06-06.mrimg (from origin...)
28 (recording state in git...)
30 git status will show some files to be modified, since content availability has changed and git-annex was unable to update the index. This is only a cosmetic problem affecting git status; git add, git commit, etc won't be affected. To fix the git status display, you can run: git-annex restage
32 K:\Reflect-varmistukset\Jarkon ThinkPad T450s (Win10 v21H1) . B [adjusted/master(unlocked)]> ls ..\.git\annex\restage.log
34 Directory: K:\Reflect-varmistukset\.git\annex
36 Mode LastWriteTime Length Name
37 ---- ------------- ------ ----
38 -a--- 1.10.2022 8:02 0 restage.log
40 K:\Reflect-varmistukset\Jarkon ThinkPad T450s (Win10 v21H1) . B [adjusted/master(unlocked)]> git status
41 On branch adjusted/master(unlocked)
42 nothing to commit, working tree clean